Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(316, 326, 256, 252, 243, and more): provide color-picker service in root #351

Merged
merged 1 commit into from
Jul 7, 2024

Conversation

sdedieu
Copy link
Contributor

@sdedieu sdedieu commented Feb 9, 2024

Does the ColorPickerService really need to have different instances ? If not, provide it in root will solve a lot of issues.

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

No value is set in the @Injectable() decorator.

Issue Number: fixes #316, #326, #256, #252, #243

What is the new behavior?

@Injectable decorator is now providedIn: 'root'

Does this PR introduce a breaking change?

  • Yes
  • No

@sconix sconix merged commit 9466924 into zefoy:master Jul 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not working on standalone components
2 participants